home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
PacMan
/
Makefile.postamble
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-07-24
|
317 b
|
12 lines
install::
for i in $(OTHERSRCS) none ; do \
if [ $$i = none ] ; then continue; fi; \
tar cf - $$i | ( cd $(DSTROOT)$(INSTALLDIR)/$(NAME).app/ ; tar xfp -) ; \
done ;
chmod -R a+r $(DSTROOT)$(INSTALLDIR)/$(NAME).app
chmod 666 $(DSTROOT)$(INSTALLDIR)/$(NAME).app/highscores
clean::
rm -rf $(OTHER_GARBAGE)